home *** CD-ROM | disk | FTP | other *** search
-
- Zelador 1.22 sources
- --------------------
-
- by Daniel Mealha Cabrita (dancab@iname.com)
- 15th August, 1999
- Curitiba, Brazil
-
-
- First of all, this code has no attempt for being portable. I have to
- say that i couldn't compile it (unmodified) with other Amiga C
- compilers than Storm C.
-
- Storm C 2.0/3.0 were used for development so you should compile
- this code directly with these compilers. But remember to add the
- files 'storm.lib' and 'amiga.lib' (in this order!) in the
- project window. Compile it in ANSI C mode; this source is not
- C++ friendly (that i consider a raped C language).
-
- Zelador interfaces with MUI in a 'obsolete way' using the
- 'MUIM_Application_Input' in Zelador_nucleo.c listing.
- I couldn't make a stable routine with other method.
- MUI still supports this old way, anyway.
-
- You may develop locale support (this was scheduled for next
- Zelador version, probably 1.3) working into the 'ZeladorFrases.h'
- file. The other texts in Zelador listings are not good idea
- for being translated (the log strings, for example).
-
- Zelador GUI was developed with MUIBuilder and GenCodeC.
- Zelador_11.MUIB is the latest GUI revision (used since Zelador 1.1).
- Please note that 'ZeladorMain.c' was modified so you can't overwrite
- with MUIB's new file otherwise Zelador will not work.
- If you want to modify the GUI with MUIB take attention that
- the 'ZeladorGUI.c' was sligty modified after being generated
- (you may generate it and compare with the program source).
- AFAIR this difference is not fatal, but the GUI looks better this way.
- MUIB is unable to provide that, so that's why manual intervention
- was needed.
-
- All the keyfile and shareware notices stuff were removed.
-
- The comments in the listings are in portuguese language, the
- reason for this is probably because i'm from Brazil and since
- that in Brazil people speak in portuguese.. well.. i think you
- got the idea.
- I had no patience for translating that. You may use Altavista
- Babelfish translator for that, a different translator or even
- learn portuguese so you'll be able to understand it.
-
- Zelador is an unsupported program.
- Don't bother me about more development/etc.
-
- -END-
-